Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #49 'mkdir File::Path: Permission denied' error #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JoyceBabu
Copy link

@JoyceBabu JoyceBabu commented Feb 27, 2017

When running repositor --repo=reponame --init as a non root user, I was getting the error

mkdir File::Path: Permission denied at /usr/local/share/perl/5.20.2/Rex/Repositorio/Repository/Apt.pm line 421.

The repositor user had read/write permission on the /var/www/repo directory. The Yum repository initialization was working correctly. So I updated Apt.pm as per Yum.pm, and the error went away.

Fixes #49

Fixes the error mkdir File::Path: Permission denied when running as non - root user
@JoyceBabu JoyceBabu changed the title Fix 'mkdir File::Path: Permission denied' error Fix #49 'mkdir File::Path: Permission denied' error Feb 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant